func github.com/jackc/pgx/v5/pgconn.convertRowDescription

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L872: func convertRowDescription(dst []FieldDescription, rd *pgproto3.RowDescription) {
		pgconn.go#L946: 			convertRowDescription(psd.Fields, msg)
		pgconn.go#L1598: 			convertRowDescription(mrr.pgConn.resultReader.fieldDescriptions, msg)
		pgconn.go#L1825: 		convertRowDescription(rr.fieldDescriptions, msg)
		pgconn.go#L2591: 		convertRowDescription(psd.Fields, msg)
		pgconn.go#L2774: 		convertRowDescription(p.conn.resultReader.fieldDescriptions, msg)